home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id006.dxr / 00087.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  184 b   |  16 lines

  1. on exitFrame
  2.   handcursor(8)
  3.   handcursor(37)
  4.   if the timer < 200 then
  5.     go(the frame)
  6.   else
  7.     go(the frame + 1)
  8.   end if
  9.   unLoad()
  10. end
  11.  
  12. on mouseUp
  13.   sound stop 1
  14.   go(126)
  15. end
  16.